remove gtk_menu_* compat defines; these are already in gtkmenu.h, and the
authorHavoc Pennington <hp@pobox.com>
Sun, 26 Aug 2001 02:03:10 +0000 (02:03 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Sun, 26 Aug 2001 02:03:10 +0000 (02:03 +0000)
commiteae09f4d837a4650a71b9adb26de0db08a71d440
tree1e803c782e24f0e0703c43c6e59d4382ca274783
parentb94e6c0a8036a0489ac8ca71de75ba7611218e50
remove gtk_menu_* compat defines; these are already in gtkmenu.h, and the

2001-08-24  Havoc Pennington  <hp@pobox.com>

* gtk/gtkcompat.h: remove gtk_menu_* compat defines;
these are already in gtkmenu.h, and the copies
here were broken.

Also, change GTK_DISABLE_COMPAT_H to GTK_DISABLE_DEPRECATED

* gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_image):
special-case bitmaps to allow no colormap
(bitmap1): implement no-colormap bitmap-getting
(bitmap1a): implement no-colormap bitmap-getting to pixbuf with
alpha
(rgb8): indentation
(rgb1a, rgb1): change the way we read the data out of the image,
old way didn't seem to work quite right.

I'm pretty sure a lot of the rgbconvert code is still broken.

* gtk/gtkwindow.c (gtk_window_move_resize): move hints comparison
above position constraint (I really intended to do this before,
don't know what's up with that)
(gtk_XParseGeometry): shut up gcc

* gdk/gdkpixbuf-drawable.c (rgb1a): fix bug where "x1" was used
and "0" should have been. remove the attempted 4-bytes-at-once
optimization, it was totally broken.
17 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
docs/reference/gtk/tmpl/gtk-unused.sgml
docs/reference/gtk/tmpl/gtkcontainer.sgml
docs/reference/gtk/tmpl/gtkimage.sgml
docs/reference/gtk/tmpl/gtkmenu.sgml
docs/reference/gtk/tmpl/gtkmenubar.sgml
docs/reference/gtk/tmpl/gtkmenuitem.sgml
docs/reference/gtk/tmpl/gtkrc.sgml
docs/reference/gtk/tmpl/gtktreeview.sgml
gdk/gdkpixbuf-drawable.c
gtk/gtkwindow.c